Search
LayoutBuilder.createRowLayout Method
See Also
 






Creates a StackPanel with the specified Plot-s and AxisRenderer-s.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

public StackPanel createRowLayout (
    YAxisRenderer[] left,
    Plot2D[] plots,
    YAxisRenderer[] right
)

 Parameters

left

An array of YAxisRenderer components that should be placed at the left side of the plots.

plots

An array of Plot2D instances.

right

An array of YAxisRenderer components that should be placed at right side of the plots.

 Return Value

A StackPanel instance.

 See Also